home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / abstract.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  5.9 KB  |  133 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Abstractions
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Bill Toscano, Michael Gordon
  7. --                   : Intermetrics, Inc, 
  8. --                   : 733 Concord Ave
  9. --                   : Cambridge, MA 02138 
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Intermetrics, Inc. 
  14. -- DATE CREATED      : 15 October 1985 
  15. -- DATE RELEASED     : 18 March 1985 
  16. -- DATE LAST UPDATED : 17 March 1985 
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : COMPONENTS
  21. -- CATEGORY LEVEL 2  : LIBRARY
  22. -- CATEGORY LEVEL 3  : Abstractions
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Components
  26. -- INDEX             : Reusable Software Components
  27. -- INDEX             : Support Routines
  28. -- INDEX             : Routines, Support
  29. -- INDEX             : Command Line Interface
  30. -- INDEX             : Parser
  31. -- INDEX             : Lexical Analyzer
  32. -- INDEX             : String Manipulation
  33. -- INDEX             : String Scanner
  34. -- INDEX             : Linked Lists
  35. -- INDEX             : Manipulation, String
  36. -- INDEX             : Scanner, String
  37. -- INDEX             : Analyzer, Lexical
  38. -- INDEX             : Interface, Command Line
  39. -- INDEX             : Set Manipulation
  40. -- INDEX             : Manipulation, Set
  41. -- INDEX             : Hashing Functions
  42. -- INDEX             : Functions, Hashing
  43. -- INDEX             : Directed Acyclic Graph
  44. -- INDEX             : Graph, Directed Acyclic
  45. -- INDEX             : Dynamic Array
  46. -- INDEX             : Array, Dynamic
  47. -- INDEX             : File Manager
  48. -- INDEX             : Manager, File
  49. -- INDEX             : Output Pagination
  50. -- INDEX             : Pagination, Output
  51. -- INDEX             : Stack
  52. -- INDEX             : Binary Trees
  53. -- INDEX             : Trees, Binary
  54. -- INDEX             : Ordered Set Manipulation
  55. -- INDEX             : Manipulation, Ordered Set
  56. -- TAXONOMY          : COMPONENTS!Binary Trees!Abstractions
  57. -- TAXONOMY          : COMPONENTS!Command Line Interface!Abstractions
  58. -- TAXONOMY          : COMPONENTS!Dynamic Array!Abstractions
  59. -- TAXONOMY          : COMPONENTS!File Manager!Abstractions
  60. -- TAXONOMY          : COMPONENTS!Lexical Analyzer!Abstractions
  61. -- TAXONOMY          : COMPONENTS!Linked_Lists!Singly-Linked List!Abstractions
  62. -- TAXONOMY          : COMPONENTS!Output Pagination!Abstractions
  63. -- TAXONOMY          : COMPONENTS!Parser!Abstractions
  64. -- TAXONOMY          : COMPONENTS!Stack!Abstractions
  65. -- TAXONOMY          : COMPONENTS!String Manipulation!Abstractions
  66. -- TAXONOMY          : COMPONENTS!String Scanner!Abstractions
  67. -- TAXONOMY          : MATH!Directed Acyclic Graph!Abstractions
  68. -- TAXONOMY          : MATH!Hashing Functions!Abstractions
  69. -- TAXONOMY          : MATH!Ordered Set Manipulation!Abstractions
  70. -- TAXONOMY          : MATH!Set Manipulation!Abstractions
  71. -- DEPENDENCIES      : 
  72. -- SEE ALSO          : PD:<ADA.COMPONENTS>NEWABS
  73. --= FILE LISTING         ===============================================--
  74. -- FILE SPECS        : PD:<ADA.COMPONENTS>ABS*.*
  75. -- DIRECTORY DISPLAY :
  76. -- Directory   PD:<ADA.COMPONENTS>
  77. --      File Name     Byte Count  Line Count
  78. --   ---------------  ----------  ----------
  79. --   ABSTRACT.CMM           2263          57
  80. --   ABSTRACT.CO            2657          51
  81. --   ABSTRACT.PRO           3334          74
  82. --   ABSTRACT.SRC         572620       17976
  83. --   ===============  ==========  ==========
  84. --     4 Files            580874       18158
  85. --= ABSTRACT             ===============================================--
  86. --         ABSTRACTIONS contains a number of low-level  support  routines
  87. -- which  are  used  by  NOSC  tools  created  by  Intermetrics.  Several
  88. -- routines are of general utility.
  89. -- 
  90. --    Included in ABSTRACTIONS are packages and routines for:
  91. --        Binary Tree Manipulation
  92. --        Command Line Interfacing (host-dependent)
  93. --        Dynamic Acyclic Graph
  94. --        Dynamic Arrays
  95. --        File Management (host-dependent)
  96. --        Hashing
  97. --        Lexical Analysis
  98. --        Linked Lists
  99. --        Parser, Table-Driven
  100. --        Set Manipulation (Normal and Ordered Sets)
  101. --        Sorting
  102. --        Stack Manipulation
  103. --        String Manipulation
  104. --        String Scanning
  105. --
  106. --         ABSTRACTIONS  is  used  by NOSC/WIS tools 5.1.1, 5.1.2, 6.1.2,
  107. -- and 6.2.  See also NEW_ABSTRACTIONS.
  108. --= REVISION HISTORY     ===============================================--
  109. --
  110. -- DATE         VERSION AUTHOR                  HISTORY 
  111. -- 03/85        1.0  Bill Toscano               Initial Release 
  112. --= RELEASE NOTICE       ===============================================--
  113. -- This prologue must be included in all copies of this software.
  114. -- 
  115. -- This software is copyright by the author.
  116. -- 
  117. -- This software is released to the Ada community.
  118. -- This software is released to the Public Domain (note:
  119. --   software released to the Public Domain is not subject
  120. --   to copyright protection).
  121. -- Restrictions on use or distribution:  NONE
  122. --= DISCLAIMER           ===============================================--
  123. --     This software and its documentation are provided "AS IS" and
  124. -- without any expressed or implied warranties whatsoever.  No warranties
  125. -- as to performance, merchantability, or fitness for a particular
  126. -- purpose exist.
  127. --     The user is advised to test the software thoroughly before
  128. -- relying on it.  The user must assume the entire risk and liability of
  129. -- using this software.  In no event shall any person or organization of
  130. -- people be held responsible for any direct, indirect, consequential or
  131. -- inconsequential damages or lost profits.
  132. --======================================================================--
  133.